home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / SegLoad.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  60 lines

  1. /*
  2.      File:        SegLoad.idl
  3.  
  4.      Contains:    Segment Loader Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SEGLOAD_IDL__
  19. #define __SEGLOAD_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. #if FOR_SYSTEM7_ONLY
  31. #if !GENERATINGCFM
  32. /*
  33.  CountAppFiles, GetAppFiles, ClrAppFiles, GetAppParms, getappparms, 
  34.  and the AppFile data structure and enums are obsolete. 
  35.  They are still supported for writing old style 68K apps, 
  36.  but they are not supported for CFM-based apps.
  37.  Use AppleEvents to determine which files are to be 
  38.  opened or printed from the Finder.
  39. */
  40. typedef SOMLargeStruct            AppFile;                    /* Derived from a struct of 264 bytes in size */
  41.  
  42. #if CGLUESUPPORTED
  43. #endif
  44. #endif
  45. /*
  46.  Because PowerPC applications don't have segments,
  47.  UnloadSeg is unsupported for PowerPC.
  48. */
  49. #if GENERATING68K
  50. #else
  51. #endif
  52. #endif
  53. #if OLDROUTINELOCATIONS
  54. #endif
  55.  
  56. #endif /* __SOMIDL__ */
  57.  
  58. #endif /* __SEGLOAD_IDL__ */
  59.  
  60.